func github.com/klauspost/compress/internal/snapref.hash

6 uses

	github.com/klauspost/compress/internal/snapref (current package)
		encode_other.go#L90: func hash(u, shift uint32) uint32 {
		encode_other.go#L155: 	nextHash := hash(load32(src, s), shift)
		encode_other.go#L187: 			nextHash = hash(load32(src, nextS), shift)
		encode_other.go#L232: 			prevHash := hash(uint32(x>>0), shift)
		encode_other.go#L234: 			currHash := hash(uint32(x>>8), shift)
		encode_other.go#L238: 				nextHash = hash(uint32(x>>16), shift)